home *** CD-ROM | disk | FTP | other *** search
/ Zoom 2 / Zoom - Release 2 (1996)(Active Software)[!].iso / click_first! < prev    next >
Text File  |  1996-06-04  |  597b  |  32 lines

  1. echo ""
  2. echo "Welcome to Zoom release 2"
  3. echo ""
  4. echo ""
  5. echo "Now Setting up the CD, Please Wait....."
  6. ECHO ""
  7.  
  8. failat >NIL: 100
  9.  
  10. if >NIL: not exists sys:libs/powerpacker.library
  11. sys:c/copy >NIL: zoom2:libs/powerpacker.library sys:libs
  12. endif >NIL:
  13.  
  14. if >NIL: not exists sys:libs/explode.library
  15. sys:c/copy >NIL: zoom2:libs/explode.library sys:libs
  16. endif >NIL:
  17.  
  18. if >NIL: not exists sys:libs/reqtools.library
  19. sys:c/copy >NIL: zoom2:libs/reqtools.library sys:libs
  20. endif >NIL:
  21.  
  22. path >NIL: zoom2:C add
  23.  
  24. assign libs: zoom2:libs add
  25. assign fonts: zoom2:fonts add
  26.  
  27. echo ""
  28. echo "...ok finished!"
  29.  
  30.  
  31. endcli
  32.